From 60262c6e317ad6205dbe679f40626f00c1e4c389 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 12 Jun 2008 21:58:24 +0000 Subject: [PATCH] moved the BABL_TOLERANCE documentation paragraph in under Environment * docs/index-static.html.in: moved the BABL_TOLERANCE documentation paragraph in under Environment heading. svn path=/trunk/; revision=333 --- ChangeLog | 5 +++++ docs/index-static.html.in | 14 +++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 760d3b4..8a30005 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-12 Øyvind Kolås + + * docs/index-static.html.in: moved the BABL_TOLERANCE documentation + paragraph in under Environment heading. + 2008-06-12 Øyvind Kolås * docs/index-static.html.in: removed markup mistake that introduced diff --git a/docs/index-static.html.in b/docs/index-static.html.in index 1300664..2515405 100644 --- a/docs/index-static.html.in +++ b/docs/index-static.html.in @@ -265,10 +265,6 @@ lab_buffer = malloc (pixel_count * 3 * 4); --> -

Through the environment variable BABL_TOLERANCE you can control - a speed/performance trade off that by default is set very low (0.000001) - values in the range 0.01-0.1 can provide reasonable preview performance - by allowing lower numerical accuracy

.

Vocabulary

@@ -297,7 +293,10 @@ lab_buffer = malloc (pixel_count * 3 * 4);

Shortcut coverage

The diagram shown below visualizes the coverage of current shortcut - conversions. A DHTML version is also available. + conversions. Dots indicate a direct conversion is provided for, the height + of the bar indicates the number of conversions steps needed in a chain of + conversions. + A DHTML version is also available.

 
@@ -314,6 +313,11 @@ lab_buffer  = malloc (pixel_count * 3 * 4);
         make babl do it's job faster.
         

+

Through the environment variable BABL_TOLERANCE you can control + a speed/performance trade off that by default is set very low (0.000001) + values in the range 0.01-0.1 can provide reasonable preview performance + by allowing lower numerical accuracy

. +

Extending

-- 2.30.2